Skip to content

chore: add --quiet flag to uv pip compile commands#195

Merged
matrixise merged 2 commits intomasterfrom
chore/add-quiet-flag-uv-commands
Feb 3, 2026
Merged

chore: add --quiet flag to uv pip compile commands#195
matrixise merged 2 commits intomasterfrom
chore/add-quiet-flag-uv-commands

Conversation

@matrixise
Copy link
Contributor

Summary

  • Add --quiet flag to all uv pip compile commands in toast.yml

Rationale

This change reduces verbose output during dependency compilation, making build logs cleaner and easier to read. The --quiet flag suppresses progress information while still displaying errors and warnings that require attention.

Affected Tasks

  • deps:compute
  • deps:upgrade
  • deps:upgrade:django
  • deps:upgrade:wagtail

Testing

  • Run any of the affected tasks to verify the quieter output
  • Ensure errors and warnings are still displayed when they occur

🤖 Generated with Claude Code

matrixise and others added 2 commits February 3, 2026 08:18
Add the --quiet flag to all uv pip compile commands in the toast.yml
configuration file to reduce verbose output during dependency compilation.
This improves the readability of build logs by suppressing unnecessary
progress information while still reporting errors and warnings.

Affected tasks:
- deps:compute
- deps:upgrade
- deps:upgrade:django
- deps:upgrade:wagtail

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@matrixise matrixise merged commit d43001d into master Feb 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant